[INFO] fetching crate metrique-timesource 0.1.9...
[INFO] fixing metrique-timesource-0.1.9 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate metrique-timesource 0.1.9 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate metrique-timesource 0.1.9
[INFO] finished tweaking crates.io crate metrique-timesource 0.1.9
[INFO] tweaked toml for crates.io crate metrique-timesource 0.1.9 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate metrique-timesource 0.1.9 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate metrique-timesource 0.1.9 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8edcd55b0695154b7848592f9ae5eeabd65e11dd075f4550df83afb0f1c1bbf0
[INFO] running `Command { std: "docker" "start" "8edcd55b0695154b7848592f9ae5eeabd65e11dd075f4550df83afb0f1c1bbf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8edcd55b0695154b7848592f9ae5eeabd65e11dd075f4550df83afb0f1c1bbf0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8edcd55b0695154b7848592f9ae5eeabd65e11dd075f4550df83afb0f1c1bbf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8edcd55b0695154b7848592f9ae5eeabd65e11dd075f4550df83afb0f1c1bbf0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking metrique-timesource v0.1.9 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stdout] error[E0432]: unresolved imports `crate::fakes`, `crate::set_time_source`, `crate::with_time_source`
[INFO] [stdout]    --> src/lib.rs:839:21
[INFO] [stdout]     |
[INFO] [stdout] 839 |         TimeSource, fakes, get_time_source, set_time_source, time_source, with_time_source,
[INFO] [stdout]     |                     ^^^^^                   ^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^^ no `with_time_source` in the root
[INFO] [stdout]     |                     |                       |
[INFO] [stdout]     |                     |                       no `set_time_source` in the root
[INFO] [stdout]     |                     no `fakes` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:20:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | #[cfg(feature = "test-util")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `test-util` feature
[INFO] [stdout]  20 | pub mod fakes;
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:521:8
[INFO] [stdout]     |
[INFO] [stdout] 507 | #[cfg(feature = "custom-timesource")]
[INFO] [stdout]     |       ----------------------------- the item is gated behind the `custom-timesource` feature
[INFO] [stdout] ...
[INFO] [stdout] 521 | pub fn set_time_source(time_source: TimeSource) -> ThreadLocalTimeSourceGuard {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:531:8
[INFO] [stdout]     |
[INFO] [stdout] 529 | #[cfg(feature = "custom-timesource")]
[INFO] [stdout]     |       ----------------------------- the item is gated behind the `custom-timesource` feature
[INFO] [stdout] 530 | /// Run a closure with a thread-local time source override
[INFO] [stdout] 531 | pub fn with_time_source<F, R>(time_source: TimeSource, f: F) -> R
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 839 -         TimeSource, fakes, get_time_source, set_time_source, time_source, with_time_source,
[INFO] [stdout] 839 +         TimeSource, fakes, get_time_source, get_time_source, time_source, with_time_source,
[INFO] [stdout]     |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 839 -         TimeSource, fakes, get_time_source, set_time_source, time_source, with_time_source,
[INFO] [stdout] 839 +         TimeSource, fakes, get_time_source, set_time_source, time_source, get_time_source,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `custom` found for enum `TimeSource` in the current scope
[INFO] [stdout]    --> src/lib.rs:854:30
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub enum TimeSource {
[INFO] [stdout]     | ------------------- variant, associated function, or constant `custom` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 854 |         let ts = TimeSource::custom(ts);
[INFO] [stdout]     |                              ^^^^^^ variant, associated function, or constant not found in `TimeSource`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `TimeSource` in the current scope
[INFO] [stdout]    --> src/lib.rs:857:25
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub enum TimeSource {
[INFO] [stdout]     | ------------------- variant, associated function, or constant `Custom` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 857 |             TimeSource::Custom(_) => {} // Expected
[INFO] [stdout]     |                         ^^^^^^ variant, associated function, or constant not found in `TimeSource`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `custom` found for enum `TimeSource` in the current scope
[INFO] [stdout]    --> src/lib.rs:865:30
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub enum TimeSource {
[INFO] [stdout]     | ------------------- variant, associated function, or constant `custom` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 865 |         let ts = TimeSource::custom(ts);
[INFO] [stdout]     |                              ^^^^^^ variant, associated function, or constant not found in `TimeSource`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `custom` found for enum `TimeSource` in the current scope
[INFO] [stdout]    --> src/lib.rs:884:40
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub enum TimeSource {
[INFO] [stdout]     | ------------------- variant, associated function, or constant `custom` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 884 |         let thread_local = TimeSource::custom(ts);
[INFO] [stdout]     |                                        ^^^^^^ variant, associated function, or constant not found in `TimeSource`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `TimeSource` in the current scope
[INFO] [stdout]    --> src/lib.rs:889:29
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub enum TimeSource {
[INFO] [stdout]     | ------------------- variant, associated function, or constant `Custom` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 889 |                 TimeSource::Custom(_) => {} // Expected
[INFO] [stdout]     |                             ^^^^^^ variant, associated function, or constant not found in `TimeSource`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/lib.rs:847:13
[INFO] [stdout]     |
[INFO] [stdout] 846 |             TimeSource::System => {} // Expected
[INFO] [stdout]     |             ------------------ matches all the relevant values
[INFO] [stdout] 847 |             _ => panic!("Expected default time source to be System"),
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `metrique-timesource` (lib test) due to 6 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "8edcd55b0695154b7848592f9ae5eeabd65e11dd075f4550df83afb0f1c1bbf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8edcd55b0695154b7848592f9ae5eeabd65e11dd075f4550df83afb0f1c1bbf0", kill_on_drop: false }`
[INFO] [stdout] 8edcd55b0695154b7848592f9ae5eeabd65e11dd075f4550df83afb0f1c1bbf0
